SetLoadBalancerName
Description
call SetLoadBalancerName modify the name of the load balancing instance.
Request Method
POST
Request Path
/apsara/route/Slb/SetLoadBalancerName
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
LoadBalancerName | BODY | string | Yes | lb-instance-test | the name of the load balancing instance. is 2 to 128 English or Chinese characters in length, which can contain numbers, English periods (.), underscores (_), and dashes (-). |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
LoadBalancerId | BODY | string | Yes | lb-bp1b6c719dfa08e**** | load balancing instance ID. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | CEF72CEB-54B6-4AE8-B225-F876FF7BA984 | request ID. |
Example
Successful Response example
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}